/**
 * 公共
 */

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
	transition: all 0.3s;
}

body {
	font-size: 16px;
	background: #FFFFFF;
}


/*字体边框等初始化*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

img {
	display: block;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	text-decoration: none;
}

* {
	font-family: "Hiragino Sans GB", "Microsoft Yahei", arial, \5b8b\4f53, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}


/*::-webkit-scrollbar {
    width: 0px;
    background-color: #333;
}*/

::-webkit-scrollbar-corner {
	background-color: #333;
}

::-webkit-scrollbar-thumb {
	border: solid 2px #fff;
	width: 0px;
	border-radius: 4px;
	background-color: #fff;
}

input {
	outline: none;
}

button {
	cursor: pointer;
	outline: none;
}

.section-item {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0;
}

.container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1520px;
	margin: 0 auto;
}

.float-height:before,
.float-height:after {
	display: table;
	content: " ";
	clear: both;
}


/**
 * 头部
 */

header {
	float: left;
	display: block;
	width: 100%;
	height: 90px;
	z-index: 910215;
	position: fixed;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header:hover,
header.show {
	background: #FFFFFF;
	box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.2);
}

.head-logo {
	display: inline-block;
	box-sizing: border-box;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 115px;
	position: relative;
}

.head-logo img {
	width: 115px;
}

.logo {
	display: block;
}

.logo-hover {
	display: none;
}

header:hover .logo,
header.show .logo {
	display: none;
}

header:hover .logo-hover,
header.show .logo-hover {
	display: block;
}

.navline-box {
	position: relative;
	display: none;
	float: right;
	width: 38px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 19910216;
}

.navline-bar {
	display: block;
	width: 100%;
	opacity: 1;
	height: 2px;
	margin: auto;
	margin-top: 8px;
	background: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.active.navline-box .navline-bar:nth-child(1) {
	-webkit-transform: rotateZ(-45deg) translate3d(-15px, 19px, 0px);
	-moz-transform: rotateZ(-45deg) translate3d(-15px, 19px, 0px);
	-ms-transform: rotateZ(-45deg) translate3d(-15px, 19px, 0px);
	-o-transform: rotateZ(-45deg) translate3d(-15px, 19px, 0px);
	transform: rotateZ(-45deg) translate3d(-15px, 19px, 0px);
	background: #ffffff;
}

.active.navline-box .navline-bar:nth-child(2) {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.active.navline-box .navline-bar:nth-child(3) {
	-webkit-transform: rotateZ(45deg) translate3d(5px, 0px, 0px);
	-moz-transform: rotateZ(45deg) translate3d(5px, 0px, 0px);
	-ms-transform: rotateZ(45deg) translate3d(5px, 0px, 0px);
	-o-transform: rotateZ(45deg) translate3d(5px, 0px, 0px);
	transform: rotateZ(45deg) translate3d(5px, 0px, 0px);
	background: #ffffff;
}

.collapse-box {
	position: relative;
	display: inline-block;
	float: right;
}

.collapse-box-bg {
	position: relative;
	display: inline-block;
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.active.collapse-box {
	-webkit-transform: translate3d(-142%, 0px, 0px);
	-moz-transform: translate3d(-142%, 0px, 0px);
	-ms-transform: translate3d(-142%, 0px, 0px);
	-o-transform: translate3d(-142%, 0px, 0px);
	transform: translate3d(-142%, 0px, 0px);
}

.nav-ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	box-sizing: border-box;
	float: left;
}

.nav-ul>li {
	display: inline-block;
	box-sizing: border-box;
	float: left;
	line-height: 90px;
}

.nav-ul>li>a {
	display: inline-block;
	box-sizing: border-box;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 0px 20px;
}

header:hover .nav-ul>li>a,
header.show .nav-ul>li>a {
	color: #484c50;
}

.navbar-hover-line {
	position: relative;
	display: block;
	width: 0%;
	margin: auto;
	margin-top: -6px;
	margin-left: -15px;
	height: 5px;
	background: #fff;
	-webkit-transition: all 0.3s cubic-bezier(0.76, 0.07, 0.13, 0.97);
	-moz-transition: all 0.3s cubic-bezier(0.76, 0.07, 0.13, 0.97);
	-ms-transition: all 0.3s cubic-bezier(0.76, 0.07, 0.13, 0.97);
	-o-transition: all 0.3s cubic-bezier(0.76, 0.07, 0.13, 0.97);
	transition: all 0.3s cubic-bezier(0.76, 0.07, 0.13, 0.97);
}

.navbar-hover-line.active {
	width: calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: -webkit-calc(100% + 30px);
}

header:hover .navbar-hover-line,
header.show .navbar-hover-line {
	background: #2f5ed8;
}

.nav-ul>li:hover .navbar-hover-line {
	width: calc(100% + 30px);
	width: -moz-calc(100% + 30px);
	width: -webkit-calc(100% + 30px);
}

.nav-ul .dropdown {
	position: relative;
}

.nav-ul .dropdown-body {
	visibility: hidden;
	opacity: 0;
	display: block;
	position: absolute;
	list-style: none;
	width: 100%;
	margin-top: -10px;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.show.navbar .nav-ul .dropdown-body {
	margin-top: -10px;
	box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.2);
}

.dropdown:hover .dropdown-body {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-ms-transform: translate3d(0px, 10px, 0px);
	-o-transform: translate3d(0px, 10px, 0px);
	transform: translate3d(0px, 10px, 0px);
}

.nav-ul .dropdown-body>li {
	color: #4e4e4e;
	background: #ffffff;
	display: block;
	text-align: center;
}

.nav-ul .dropdown-body>li:hover {
	color: #FFFFFF;
	background: #2f5ed8;
	display: block;
	text-align: center;
}

.nav-ul .dropdown-body>li>a {
	color: #4e4e4e;
	text-decoration: none;
	display: block;
	font-size: 14px;
	width: 100%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.dropdown-body-item {
	border-bottom: 1px solid #eeeeee;
}

.dropdown-body-item:last-child {
	border-bottom: 0px;
}

.nav-ul .dropdown-body>li>a:hover {
	color: #FFFFFF;
}

.dropdown-body li {
	line-height: 50px;
}

@media screen and (max-width: 1035px) {
	.nav-ul>li>a {
		padding: 0px 10px;
	}
}

@media screen and (max-width: 960px) {
	header {
		position: absolute;
		background: #FFFFFF;
		box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.2);
	}
	header {
		height: 57px;
	}
	.head-logo {
		margin-left: 20px;
		width: 60px;
	}
	.head-logo img {
		width: 60px;
	}
	.logo {
		display: none;
	}
	.logo-hover {
		display: block;
	}
	.navline-box {
		width: 30px;
		margin-top: 10px;
		margin-right: 20px;
		display: inline-block;
	}
	.active.navline-box {
		position: fixed;
		right: 0;
		-webkit-transform: translate3d(-10%, -13px, 0px);
		-moz-transform: translate3d(-10%, -13px, 0px);
		-ms-transform: translate3d(-10%, -13px, 0px);
		-o-transform: translate3d(-10%, -13px, 0px);
		transform: translate3d(-10%, -13px, 0px);
	}
	.collapse-box {
		z-index: 19910215;
		position: fixed;
		top: 0px;
		bottom: 0px;
		right: -50%;
		width: 35%;
		background-color: #2f5ed8;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.collapse-box-bg {
		background: rgba(0, 0, 0, 0);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition-delay: 0.2s;
		-moz-transition-delay: 0.2s;
		-ms-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.show.collapse-box-bg {
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background: rgba(0, 0, 0, 0.3);
		z-index: 19910215;
	}
	.nav-ul {
		width: 100%;
		display: block;
		margin-top: 60px;
	}
	.nav-ul>li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #FFFFFF;
	}
	.nav-ul>li:first-child {
		border-top: 1px solid #FFFFFF;
	}
	.nav-ul>li>a {
		display: block;
		width: 100%;
		font-size: 16px;
		text-align: center;
	}
	header:hover .nav-ul>li>a,
	header.show .nav-ul>li>a {
		color: #FFFFFF;
	}
	.navbar-hover-line {
		display: none;
	}
	.nav-ul .dropdown-body {
		margin-top: -80px;
		right: 110%;
	}
	.nav-ul .dropdown-body:before,
	.nav-ul .dropdown-body:after {
		top: 35px;
		left: auto;
		right: -10px;
		margin-left: 0px;
		border: 0px;
	}
	.nav-ul .dropdown-body:before {
		border-top: 10px solid transparent;
		border-left: 10px solid #0599c1;
		margin-top: -5px;
	}
	.nav-ul .dropdown-body:after {
		border-bottom: 10px solid transparent;
		border-left: 10px solid #0599c1;
		margin-top: 5px;
	}
	.nav-ul .dropdown-body>li>a {
		color: #FFF;
		background: #0599c1;
	}
	.dropdown-body li {
		line-height: 60px;
	}
}


/**
 * 脚部
 */

#isFooter {
	width: 100%;
	background: #313131;
	color: #a9a9a9;
}
/*脚部第一板块*/
.contactUs {
	background-image: url(../img/footerLianxiBg.jpg);
	background-position: center;
	background-size: cover;
	padding: 220px 0;
}
.contactUs .contactUsTitle {
	position: relative;
	width: 30%;
	float: left;
	text-align: left;
}
.contactUs .contactUsTitle .h3 {
	position: relative;
	font-size: 50px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	font-weight: bold;
	letter-spacing: 20px;
	z-index: 2;
}
.contactUs .contactUsTitle .h4 {
	font-size: 40px;
	font-family: "Lucida Console";
	color: rgba(149, 160, 199, 0.62);
	text-transform: uppercase;
	text-align: justifyAll;
	position: absolute;
	top: 45px;
	letter-spacing: 15px;
	z-index: 1;
}
.contactUs .address {
	width: 35%;
	float: left;
}
.contactUs .address .rexian {
	margin-bottom: 90px;
}
.contactUs .address .rexian .rxtitle {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	margin-bottom: 20px;
}
.contactUs .address .rexian .rxtitle img {
	width: 18px;
	height: 18px;
	display: inline;
	margin-right: 10px;
	vertical-align: bottom;
}
.contactUs .address .rexian .rxtitle span {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgba(213, 213, 213, 0.6);
	display: inline;
	margin-left: 10px;
}
.contactUs .address .rexian .rxtext {
	font-size: 24px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
}
.contactUs .gsaddress {
	
}
.contactUs .gsaddress .gsAddressTitle {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	margin-bottom: 20px;
}
.contactUs .gsaddress .gsAddressTitle img {
	width: 14px;
	height: 18px;
	display: inline;
	margin-right: 10px;
	vertical-align: bottom;
}
.contactUs .gsaddress .gsAddressText {
	font-size: 24px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
}
.from-item .bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #EB4335;
	margin-right: 5px;
}
.from-item .text-input {
	width: 80%;
	display: inline-block;
	background: transparent;
	border: transparent;
	border-bottom: 1px solid #94999D;
	height: 35px;
	line-height: 35px;
	outline: none;
	color: #94999D;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.from-item .sele-input {
	width: 80%;
	display: inline-block;
	background: transparent;
	border: 1px solid #C8A064;
	border-radius: 8px;
	height: 35px;
	line-height: 35px;
	outline: none;
	color: #94999D;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	/* 清除默认的箭头样式 */
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/* 右侧添加小箭头的背景图 */
	background: url('../static/img/select_arrow.png') no-repeat;
	background-position: calc(100% - 10px) center;
}
.from-text {
	width: 100%;
	margin-bottom: 20px;
}
.from-text .text-input {
	width: 94%;
	display: inline-block;
	background: transparent;
	border: transparent;
	border-bottom: 1px solid #94999D;
	height: 100px;
	line-height: 35px;
	outline: none;
	color: #94999D;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.from-item.code-input .text-input {
	width: 45%;
}
.codeImg {
	width: 45%;
	display: inline-block;
}
.codeImg > img {
	max-width: 100%;
	display: -webkit-inline-box;
}
.from-button {
	width: 94%;
	text-align: center;
}
.from-button .hc-button {
	display: inline-block;
	box-sizing: border-box;
	padding: 8px;
	text-align: center;
	width: 100%;
	max-width: 180px;
	background: transparent;
	border: 1px solid #94999D;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	font-weight: 600;
	-webkit-box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.15);
}
.footer-from {
	width: 35%;
	float: left;
}
.footer-from .from-item .text-input {
    width: 90%;
    display: inline-block;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 14px;
	border: #FFFFFF solid 1px;
	text-align: left;
	margin-bottom: 14px;
}
.footer-from .from-text {
	margin-bottom: 10px;
}
.footer-from .from-text .text-input {
    width: 90%;
	height: 80px;
    display: inline-block;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 14px;
	border: #FFFFFF solid 1px;
	text-align: left;
	line-height: 20px;
	padding: 10px;
}
.footer-from .from-item .text-input.code-input {
	width: calc(30% - 10px);
	height: 40px;
	margin-right: 2.5%;
}
.footer-from .codeImg {
	width: 25%;
	height: 40px;
	margin-right: 2.5%;
	vertical-align: top;
	background: #ffffff;
}
.footer-from .codeImg img {
	width: 100%;
	height: 100%;
}
.text-input::-webkit-input-placeholder {
	color: #FFFFFF;
}
.footer-from .hc-button {
	width: 30%;
	height: 40px;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	line-height: 150%;
	border: #2f5ed8 solid 1px;
	text-align: center;
	background-color: #2f5ed8;
	border-radius: 180px;
}
.footer-from .hc-button:hover {
	    box-shadow: 0px 8px 20px 0px rgba(1, 51, 181, 0.3);
}
.wechatShare {
	position: relative;
}
.wechatShare .wxQrcode {
	display: none;
	position: absolute;
	top: -135px;
	left: 0;
	margin-left: -50px;
	background-color: #FFFFFF;
	text-align: center;
	width: 110px;
}
.wechatShare .wxQrcode #weQrcode {
	display: block;
	padding: 5px;
}
.wechatShare .wxQrcode #weQrcode img {
	width: 100px;
	height: 100px;
}
.wechatShare .wxQrcode .text {
	font-size: 12px;
	font-family: "Microsoft YaHei";
	color: rgba(174, 174, 174, 0.6);
	text-align: center;
	padding-bottom: 5px;
}
.wechatShare:hover .wxQrcode {
	display: block;
}
@media screen and (max-width: 960px) {
	.contactUs {
		padding: 40px 10px;
	}
	.contactUs .contactUsTitle {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.contactUs .contactUsTitle .h3 {
		font-size: 30px;
	}
	.contactUs .contactUsTitle .h4 {
		font-size: 20px;
		width: 98%;
		margin: 0 auto;
		position: relative;
		top: -10px;
	}
	.contactUs .address {
		width: 100%;
		float: none;
		text-align: center;
	}
	.contactUs .address .rexian {
		margin-bottom: 20px;
	}
	.contactUs .address .rexian .rxtext {
		font-size: 18px;
	}
	.contactUs .gsaddress {
		margin-bottom: 20px;
	}
	.contactUs .gsaddress .gsAddressText {
		font-size: 18px;
	}
	.footer-from {
		width: 100%;
		float: none;
		text-align: center;
	}
}

/*脚部第二板块*/
.footer {
	width: 100%;
}
.footerOne {
	padding: 60px 0 40px;
}
.footer .logo {
	width: 13%;
	float: left;
}
.footer .log img {
	width: 115px;
}
.footer .lanmu {
	width: 37%;
	float: left;
}
.footer .lanmu .list {
	width: 25%;
	float: left;
}
.footer .lanmu .list .h3 {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	margin-bottom: 20px;
}
.footer .lanmu .list .text {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgba(174, 174, 174, 0.6);
	margin-bottom: 20px;
}
.footer .share {
	width: 20%;
	float: left;
}
.footer .share .shareLayout {
	padding: 0 60px;
	border-left: 1px solid #3f3f3f;
	border-right: 1px solid #3F3F3F;
}
.footer .share .shareLayout .shareTitle {
	font-size: 16px;
	color: #FFFFFF;
	font-family: "Microsoft YaHei";
	padding-bottom: 20px;
}
.footer .share .shareLayout .shareTu {
	padding-bottom: 20px;
}
.footer .share .shareLayout .shareTu a {
	
}
.footer .share .shareLayout .shareTu a img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 20px;
}
.footer .share .shareLayout .lianjie {
	max-width: 200px;
}
.footer .share .shareLayout .lianjie a {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgba(174, 174, 174, 0.6);
	text-decoration: underline;
	margin-right: 10px;
}
.footer .wechat {
	width: 30%;
	float: left;
}
.footer .wechat .title {
	margin-bottom: 20px;
	padding-left: 60px;
}
.footer .wechat .title img {
	width: 23px;
	height: 21px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: bottom;
}
.footer .wechat .title .h3 {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	display: inline-block;
}
.footer .wechat .wecode {
	padding-left: 60px;
}
.footer .wechat .wecode .list {
	display: inline-block;
	margin-right: 25px;
}
.footer .wechat .wecode .list .qrcode {
	width: 140px;
	height: 140px;
	margin-bottom: 10px;
	display: inline-block;
}
.footer .wechat .wecode .list .h4 {
	font-size: 12px;
	font-family: "Microsoft YaHei";
	color: rgba(174, 174, 174, 0.6);
	line-height: 1.2;
	text-align: center;
}
.footer .copyright {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	background-color: #3c3c3c;
	padding: 20px 0;
}
.footer .copyright a {
	color: #FFFFFF;
}

@media screen and (max-width: 1332px) {
	.footer .wechat .title {
		padding-left: 20px;
	}
	.footer .wechat .wecode {
		padding-left: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.footer .logo {
		width: 100%;
		float: none;
		padding-bottom: 30px;
	}
	.footer .logo img {
		margin: 0 auto;
	}
	.footer .lanmu {
		width: 30%;
	}
	.footer .lanmu .list .h3 {
		text-align: center;
	}
	.footer .lanmu .list .text {
		text-align: center;
	}
	.footer .share {
		width: 30%;
	}
	.footer .wechat {
		width: 40%;
	}
}
@media screen and (max-width: 960px) {
	.footer .logo {
		display: block;
	}
	.footer .lanmu {
		width: 100%;
		float: none;
	}
	.footer .share {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	.footer .share .shareLayout {
		padding: 0 10px;
	}
	.footer .share .shareLayout .shareTu a img {
		margin: 0 10px;
	}
	.footer .share .shareLayout .lianjie {
		max-width: none;
	}
	.footer .wechat {
		width: 100%;
		float: none;
		text-align: center;
	}
	.footer .wechat .title {
		padding: 0;
	}
	.footer .wechat .wecode {
		padding: 0;
	}
}
@media screen and (max-width: 360px) {
	.footer .lanmu .list {
		width: 50%;
	}
	.footer .wechat .title {
		margin-bottom: 0;
	}
	.footer .wechat .wecode .list {
		display: block;
		margin-right: 0;
		margin-top: 20px;
	}
}


/*网站侧边栏*/
.common-icon-nav {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 9999;
}
.common-icon-nav ul {
    position: relative
}
.common-icon-nav ul li {
    width: 100px;
    height: 34px;
    position: relative;
	right: -67px;
    z-index: 10000;
    text-align: center;
    line-height: 34px;
    color: #999999;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: #FFFFFF;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.common-icon-nav ul li i {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    font-size: 14px;
	font-style: normal;
}
.common-icon-nav ul li i img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.common-icon-nav ul li i:before {
	margin-right: 5px;
}
.common-icon-nav ul li div.out {
    width: 285px;
    position: absolute;
    background-color: red;
    right: 65px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 3px 10px 5px rgba(0, 0, 0, .1);
    border-radius: 5px;
    z-index: 997;
    transition: all .5s;
    -webkit-transition: all .5s;
    transform: translate(-50px, 0);
    opacity: 1;
    display: none
}
.common-icon-nav ul li div.out .wecode {
	
}
.common-icon-nav ul li div.out .wecode .list {
	display: inline-block;
	margin-right: 0;
}
.common-icon-nav ul li div.out .wecode .list .qrcode {
	width: 140px;
	height: 140px;
	margin-bottom: 0;
	display: inline-block;
}
.common-icon-nav ul li div.out .wecode .list .h4 {
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	line-height: 14px;
	margin-top: -10px;
}
.common-icon-nav ul li div span {
    position: absolute;
    right: -10px
}
.common-icon-nav ul li div h4 {
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
}
.common-icon-nav ul li div h3 {
	color: #1a53d2;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
.common-icon-nav ul li div h4 i {
    color: #ffae21;
    float: none;
    display: inline;
    width: auto;
    height: auto
}
.common-icon-nav ul li div p {
    color: #999999;
    font-size: 12px;
    line-height: 24px;
}
.common-icon-nav ul li:nth-of-type(1) {
    background-color: #3178da
}
.common-icon-nav ul li:nth-of-type(1) i{
	color: #FFFFFF;
}
.common-icon-nav ul li:nth-of-type(1) div {
    top: -20px
}
.common-icon-nav ul li:nth-of-type(1) div span {
    top: 15px
}
.common-icon-nav ul li:nth-of-type(2) {
    background-color: #47c468;
    margin-top: 10px;
}
.common-icon-nav ul li:nth-of-type(2) i{
	color: #FFFFFF;
}
.common-icon-nav ul li:nth-of-type(2) div {
    top: 0
}
.common-icon-nav ul li:nth-of-type(2) div span {
    top: 0
}
.common-icon-nav ul li:nth-of-type(2):hover div.out {
	display: block;
}
.common-icon-nav ul li:nth-of-type(3) {
    margin-top: 20px;
    cursor: pointer;
}
.common-icon-nav ul .show-hover {
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 1;
    right: 65px
}
@media screen and (max-width: 960px) {
	.common-icon-nav {
		display: none;
	}
}

/**
 * 分页
 */

.pages {
	text-align: center;
	padding: 40px 0;
}

.pages a,
.pages span {
	display: inline-block;
	padding: 10px 20px;
	color: #999999;
	background: #EEEEEE;
	border-radius: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pages a:hover,
.pages span:hover,
.pages a.act,
.pages span.act {
	color: #fff;
	background: #2f5ed8;
	border-color: #252525;
	display: inline-block;
	text-decoration: none;
}

@media (max-width: 1440px) {
	.pages a,
	.pages span {
		padding: 10px 20px;
	}
}

@media (max-width: 1050px) {
	.pages a,
	.pages span {
		padding: 5px 15px;
	}
}

@media (max-width: 770px) {
	.pages {
		padding: 40px 0 0;
	}
	.pages .not {
		display: none;
	}
}